home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1006 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.6 KB

  1. Path: news.algonet.se!usenet
  2. From: micke_a@algonet.se (Micke Andersson)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Interprocess communication /network
  5. Date: Tue, 09 Jan 1996 01:11:45 GMT
  6. Organization: AlgoNet Public Access Node, Stockholm
  7. Message-ID: <30f1bfc3.177443736@news.algonet.se>
  8. References: <30f0750e.92770927@news.algonet.se> <4cq8ih$647@netnews.ntu.edu.tw>
  9. NNTP-Posting-Host: sophocles.algonet.se
  10. X-Newsreader: Forte Agent .99d/32.168
  11.  
  12. jcwang@csie.ntu.edu.tw (John C. Wang) wrote:
  13.  
  14. >: I've been trying to get some sort of interprocess communication across
  15. >: the network to work, I need it to send some short messages between the
  16. >: same program running on different machines in a (IPX or NetBios)
  17. >: network. Do I have to write everything using assembler calls to the
  18. >: IPX interface, or is there some existing library out there to take
  19. >: care of the low level interface?
  20. >
  21. >You can try UniBase. It encapsulates network communications in the form
  22. >of standard iostreams. And it's free!
  23.  
  24. Well, the idea had some merit, but did not stand up to the test.. Your
  25. package do require TCP/IP, right? And - my Borland couldn't read the
  26. VC libraries in any case.
  27.  
  28. What I want is very simple, perhaps too simple - if I can send
  29. messages to a single "socket", over a network interface such as IPX,
  30. or MS NetBEUI, that's all I need. Perhaps no direct size limitation
  31. would be nice - I may have to send 1k long messages, I do not know if
  32. that is a problem with IPX or not.
  33.  
  34. I guess I'll have to take a look at the IPX assembler routines again -
  35. but every network ready game programmer already know how to do this,
  36. there must be a zillion people out there with knowledge :-)
  37.  
  38. /Micke
  39.  
  40.